From d3ff05bfd7da0c53e263c7af23cab0cbbc373d91 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 19 Aug 2004 19:55:49 +0000 Subject: [PATCH] bitkeeper revision 1.1159.42.9 (412505c5dONZ7S1siNrySUSAumDLcA) Fix definition of TLB-flush CPU mask. --- xen/arch/x86/smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c index b9a0fec0ad..ef2a1e062a 100644 --- a/xen/arch/x86/smp.c +++ b/xen/arch/x86/smp.c @@ -212,7 +212,7 @@ static inline void send_IPI_allbutself(int vector) */ static spinlock_t flush_lock = SPIN_LOCK_UNLOCKED; -volatile unsigned long flush_cpumask; +static unsigned long flush_cpumask; asmlinkage void smp_invalidate_interrupt(void) { -- 2.30.2